I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
home / developersection / forums / current date display automatically in aspxdateedit control on default loading
I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
Anonymous User
20-Nov-2014Please follow this example and modify according to your requirement:
<dx:ASPxDateEdit runat="server"ID="uniquedateid" Width="95px"><ClientSideEvents Init="function(s,e){ s.SetDate(new Date());}" /> </dx:ASPxDateEdit>